home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 9 / FM Towns Free Software Collection 9.iso / taropyon / silib / inc / scn / p04vlin.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-16  |  186 b   |  13 lines

  1. #ifndef    _SCN_P04VLIN_H
  2. #define    _SCN_P04VLIN_H
  3.  
  4. typedef struct
  5. {
  6.     int                x1, y1, y2;
  7.     int                col;
  8. } P04VLINE_PARA_T;
  9.  
  10. extern void    HS04_vline( P04VLINE_PARA_T *para );
  11.  
  12. #endif
  13.